home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / mac / Business / Hi's Universal Saver / Dialog Director v0.6 / Examples / Simplest.as < prev    next >
Encoding:
Text File  |  1998-04-13  |  285 b   |  7 lines  |  [TEXT/ToyS]

  1. set dlog to {size:[320, 95], contents:[┬
  2.     {class:push button, bounds:[250, 65, 310, 85], name:"OK"}, ┬
  3.     {class:push button, bounds:[170, 65, 230, 85], name:"Cancel"}, ┬
  4.     {class:static text, bounds:[10, 10, 310, 10 + 32], contents:"The simplest dialog box."} ┬
  5.         ]}
  6.  
  7. dd auto dialog dlog